@charset "utf-8";

/*全局控制*/

body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: "Microsoft Yahei", "Arial";
    background: #fff;
}


/*重置浏览器设置*/

h1,
h2,
h3,
h4,
ul,
ol,
li,
dl,
dt,
dd,
input,
img,
p,
button,
textarea {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    outline: none;
}

a {
    color: #333;
    text-decoration: none;
}

.header {
    width: 1520px;
    margin: 0 auto;
    overflow: hidden;
    background-color: white;
}

.header .head_box {
    width: 1200px;
    height: 110px;
    margin: 0 auto;
    background: #fff;
}

.head_box .logo {
    float: left;
    width: 282px;
    line-height: 110px;
    overflow: hidden;
    text-align: center;
}

.head_box .logo a {
    display: inline-block;
}

.head_box .logo img {
    vertical-align: middle;
}

.head_box .menunav {
    float: left;
    line-height: 110px;
    font-size: 18px;
    margin: 0 30px;
}

.head_box .menunav li {
    padding: 0 15px;
    float: left;
}

.head_box .menunav li a {
    display: inline-block;
    line-height: 50px;
}

.head_box li .curr {
    color: #0f5bb9;
    border-bottom: 3px solid #0f5bb9;
}

.head_box .search_box {
    padding-top: 36px;
    overflow: hidden;
}

.head_box .search {
    float: right;
    border: 1px solid #0f5bb9;
    width: 240px;
    height: 40px;
    padding-left: 4px;
}

.head_box .search .input_new {
    float: left;
    width: 170px;
    height: 40px;
    font-size: 16px;
    border: 0;
    background: 0;
}

.head_box .search_btn {
    float: right;
    width: 70px;
    height: 40px;
    line-height: 40px;
    border: none;
    background-image: url(/jiangsu_static/new/images/search.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0f5bb9;
    cursor: pointer;
}

.search_box span a {
    display: block;
    width: 68px;
    height: 32px;
    line-height: 32px;
    color: #0f5bb9;
    float: right;
}

.sub_box {
    width: 1520px;
    height: 42px;
    line-height: 42px;
    border-top: 2px solid #0f5bb9;
    background: #fafafa;
    margin-bottom: 10px;
    margin: 0 auto;
}

.sub_box .crumbs {
    width: 1200px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    padding-left: 30px;
    background-image: url(/jiangsu_static/new/images/home.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.warp {
    min-width: 1200px;
    max-width: 1200px;
    width: 1520px;
    margin: 0 auto;
}

.footer {
    width: 100%;
    height: 120px;
    background-color: #1864c4;
    margin: 0 auto;
}

.footer .foot {
    width: 1000px;
    margin: 0 auto;
    height: 120px;
}

.link_page {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.link_page li {
    float: left;
}

.link_page a {
    color: #dbebff;
    width: 160px;
    /*text-align: left;*/
    display: inline-block;
    line-height: 42px;
}

.foot_text {
    position: relative;
    height: 68px;
    color: #a0caff;
    text-align: center;
    padding-top: 10px;
}

.foot_text p {
    line-height: 24px;
    font-size: 13px;
}

.foot_img {
    position: absolute;
    top: 5px;
    left: 10px;
}
.jiucuo_img {
    position: absolute;
    top: 5px;
    right: -30px;
    cursor: pointer;
}


/*高级搜索模块*/

.from_container,
.notice_container {
    background: #fff;
    width: 1520px;
    padding: 45px 0px;
    /*overflow: hidden;*/
    margin-bottom: 30px;
    box-shadow: 5px 8px 16px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}



.form_search,
.notice_search {
    width: 1200px;
    margin: 0 auto;
}

.form_item {
    width: 400px;
    margin: 10px 0;
    float: left;
}

.form_item span {
    display: inline-block;
    width: 80px;
    text-align: right;
}

.form_item .common_input {
    height: 34px;
    width: 260px;
    line-height: 32px;
    color: #333;
    outline: none;
    border: 1px solid #e3e3e3;
    padding: 0 10px;
    border-radius: 4px;
}

.common_btn,
.common_btn:hover {
    display: inline-block;
    width: 65px;
    height: 32px;
    border: 1px solid #0F5BB9;
    border-radius: 4px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #0F5BB9;
    margin-right: 10px;
}

.cancel_btn,
.cancel_btn:hover {
    display: inline-block;
    color: #0F5BB9;
    background: #fff;
}

.common_btn:hover {
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}


/*栏目搜索样式*/

.notice_search1 {
    width: 900px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: -20px;
}
.notice_search1 .row {
    width: 100%;
    height: 42px;
    line-height: 50px;
    color: #4b4b4b;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 8px;
}

.notice_search1 .row .types {
    width: 8%;
    float: left;
    text-align: right;
}

.notice_search1 .row .items {
    width: 92%;
    float: left;
    padding: 0 0px;
}

.notice_search1 .row .con_time {
    width: 50%;
    height: 42px;
    line-height: 42px;
    float: left;
}

.notice_search1 .con_time_other {
    width: 100%;
    height: 42px;
    line-height: 42px;
    float: left;
}

.notice_search1 .row li a {
    padding: 0 10px;
    text-decoration: none;
    color: #4b4b4b;
}

.notice_search1 .con_time li,
.notice_search1 .con_time_other li,
.row .area_box li {
    float: left;
    margin: 0 5px;
}

.notice_search1 .con_time a,
.notice_search1 .con_time_other a,
.row .area_box li a {
    height: 32px;
    line-height: 32px;
    display: inline-block;
}

.notice_search1 .con_time a.active,
.notice_search1 .con_time_other a.active,
.row .area_box li a.active {
    background: #5586dc;
    color: #fff;
    border-radius: 4px;
}

/*严重失信行为搜索样式*/

.notice_search_yzsx {
    width: 900px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: -20px;
}
.notice_search_yzsx .row {
    width: 100%;
    height: 42px;
    line-height: 50px;
    color: #4b4b4b;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 8px;
}

.notice_search_yzsx .row .types {
    width: 8%;
    float: left;
    text-align: right;
}

.notice_search_yzsx .row .items {
    width: 92%;
    float: left;
    padding: 0 0px;
}

.notice_search_yzsx .row .con_time {
    width: 50%;
    height: 42px;
    line-height: 42px;
    float: left;
}

.notice_search_yzsx .con_time_other {
    width: 100%;
    height: 42px;
    line-height: 42px;
    float: left;
}

.notice_search_yzsx .row li a {
    padding: 0 10px;
    text-decoration: none;
    color: #4b4b4b;
}

.notice_search_yzsx .con_time li,
.notice_search_yzsx .con_time_other li,
.row .area_box li {
    float: left;
    margin: 0 5px;
}

.notice_search_yzsx .con_time a,
.notice_search_yzsx .con_time_other a,
.row .area_box li a {
    height: 32px;
    line-height: 32px;
    display: inline-block;
}

.notice_search_yzsx .con_time a.active,
.notice_search_yzsx .con_time_other a.active,
.row .area_box li a.active {
    background: #5586dc;
    color: #fff;
    border-radius: 4px;
}

.warpnew {
    width: 1200px;
    overflow: hidden;
    margin: 200px auto;
    background: #fff;
}

.maintain {
    text-align: center;
}

.head {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 2px solid #0f5bb9;
    background: #fff;
    text-align: center;
}

.warperror {
    width: 1200px;
    overflow: hidden;
    margin: 120px auto 0;
    text-align: center;
}

.maintainerror img {
    text-align: center;
    height: 140px;
}

.index_btn {
    text-align: center;
    margin-top: 80px;
}

.index_btn button {
    padding: 10px 20px;
    color: #4196ff;
    border: 1px solid #4196ff;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
}